home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / MODEM.TC / PORTS.H < prev    next >
Encoding:
Text File  |  2001-02-10  |  573 b   |  21 lines

  1. /* PORTS.H
  2.  *==========================================================================
  3.  * Prototypes, defines and externs for ports.c
  4.  */
  5.  
  6. /* DEFINES
  7.  *==========================================================================
  8.  */
  9.  
  10.  
  11. /* PROTOTYPES
  12.  *==========================================================================
  13.  */
  14. void    Write_Port( int cur_port, BUFFER *store );
  15. void    Read_Port( int cur_port, BUFFER *store );
  16. void    Set_Rsconf( int cur_port );
  17.  
  18. /* EXTERNS
  19.  *==========================================================================
  20.  */
  21.